home *** CD-ROM | disk | FTP | other *** search
/ Suzy B Software 2 / Suzy B Software CD-ROM 2 (1994).iso / prntutil / gs252b / atari / stprint.h < prev   
C/C++ Source or Header  |  1995-04-25  |  243b  |  14 lines

  1. /*
  2.  * Header file for ghostscript printer device files that use
  3.  * Chris Strunk's fast printing routines.
  4.  */
  5.  
  6. #ifdef CSPRINT
  7.  
  8. #define fputc   csputc
  9. #define fputs   csputs
  10. #define fwrite  cswrite
  11. #define fprintf csprintf
  12.  
  13. #endif
  14.